Wednesday, March 25, 2015

ثلاث اشكال مربع دائر مثلث

ثلاث اشكال مربع دائر مثلث

#square{
width:200px;
height:200px;
background-color:green;
}
#circle {
width:200px;
height:200px;
border-radius:100%;
background-color:red;
}
#triangle {
width:0px;
height:0px;
border-bottom:200px solid blue;
border-left:200px solid transparent;
}
</style>
</head>
<body>
<div id="square"></div>
<div id="circle"></div>
<div id="triangle"></div>

Post a Comment

Whatsapp Button works on Mobile Device only

Start typing and press Enter to search